SciChart.Charting Assembly > SciChart.Charting.Model.Filters Namespace > FilterExtensions Class > AggregateByCount Method : AggregateByCount<TX,TY>(IOhlcDataSeries<TX,TY>,Int32,IOhlcDataSeries<TX,TY>) Method
Type of X values
Type of Y values
Data series to be filtered
The count of values that should be aggregated in one
DataSeries to which filtered data is going to be output
AggregateByCount<TX,TY>(IOhlcDataSeries<TX,TY>,Int32,IOhlcDataSeries<TX,TY>) Method
Filters data series by aggregation of count of values
Syntax

Parameters

dataSeries
Data series to be filtered
aggregationCount
The count of values that should be aggregated in one
filteredDataSeries
DataSeries to which filtered data is going to be output

Type Parameters

TX
Type of X values
TY
Type of Y values
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also